/*
* ----------------------------------------------------------------------------------------
* ESTILOS GENERALES
* ----------------------------------------------------------------------------------------
*/
@font-face {
	font-family: "D-DIN";
  	src: url("../fonts/D-DIN.otf");
}
@font-face {
  	font-family: "D-DIN-Bold";
  	src: url("../fonts/D-DIN-Bold.otf");
}
@font-face {
  	font-family: "D-DINCondensed";
  	src: url("../fonts/D-DINCondensed.otf");
}
@font-face {
  	font-family: "D-DINCondensed-Bold";
  	src: url("../fonts/D-DINCondensed-Bold.otf");
}
@font-face {
  	font-family: "D-DINExp";
  	src: url("../fonts/D-DINExp.otf");
}
@font-face {
  	font-family: "D-DINExp-Bold";
  	src: url("../fonts/D-DINExp-Bold.otf");
}
@font-face {
  	font-family: "D-DINExp-Italic";
  	src: url("../fonts/D-DINExp-Italic.otf");
}
@font-face {
  	font-family: "D-DIN-Italic";
  	src: url("../fonts/D-DIN-Italic.otf");
}
body {
color: #444;
font-family: 'Roboto Slab', serif;
font-size: 16px;
font-weight: 300;
line-height: 26px;
background:#fff;
overflow-x:hidden;
}
html,
body { height: 100%;position:relative;  }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px; 
  font-family: 'Roboto Slab', serif;
  color: #1d1e20;
  font-weight: 400;
  position: relative;
}
a {
  	font-family: "D-DINExp";
text-decoration: none;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
	position: relative;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}


.desktop{
    display: block;
}
.responsive{
	display: none;
}
/*
* ----------------------------------------------------------------------------------------
* FINALIZA ESTILOS GENERALES
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-brand img{
	width: 140px;
	height: auto;
}

.navbar-custom {
    background-color: #FFF; /*transparent*/
    padding: 20px 0;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
	border-bottom:0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: solid 3px #d9d9d9;
}
.navbar-custom .navbar-toggler {
    color: #707070;
    font-size: 30px;
    padding: 0px;
}
.navbar-custom .navbar-brand {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.navbar-custom .navbar-nav li a {
    color: #707070 !important;
    font-size: 16px;
    background-color: transparent !important;
    margin: 0 5px;
    letter-spacing: 0.5px;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 500;
    font-family: "D-DINExp";
}
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li a.active {
    color: #056cf2 !important;
}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
    padding-right: 0;
}
.navbar-custom.nav-sticky {
    background-color: #FFF !important;
    padding: 15px 0px;
    border-bottom: none;
	box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
}

@media (max-width: 1023px) {
    .navbar-custom .nav-social {
        display: none;
    }
}
@media (max-height: 480px) {
    .navbar-nav {
        max-height: 200px;
        overflow-y: auto;
    }
}
@media (min-width: 200px) and (max-width: 768px) {
.navbar-custom {
	background-color: #FFF;
	border-bottom: solid 3px #d9d9d9;
	padding: 10px 0px !important;
}
}
.mdi-menu::before {
	content: "\F035C";
}
.mdi::before, .mdi-set {
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* INICIA INDEX 
* ----------------------------------------------------------------------------------------
*/
.slide-index {
	position: relative;
	width: 100%;
	height: 650px;
    /*border: solid 2px #000;*/
}
.container-slide {
	position: relative;
	top: 90px;
	/*border: solid 2px #000;*/
}
.contenedor-texto-slide {
	position: relative;
	width: 100%;
	height: 350px;
	top: 150px;
	text-align: center;
	/*border: solid 2px #000;*/
}
.contenedor-texto-slide h1 {
	font-family: "D-DINExp-Bold";
	color: #707070;
	font-size: 60px;
}
.boton-slide-iniciar {
	width: 90%;
	background-color:#056cf2;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "D-DIN";
	font-size:25px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
}
.boton-slide-iniciar:hover {
	background-color:#000;
	color: #FFF;
}


.seccion-atraccion-bolsa {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #d9d9d9;
	padding: 100px;
    /*border: solid 2px #000;*/
}
.titulo-de-seccion h2 {
	font-family: "D-DINExp-Bold";
	color: #056cf2;
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
}
.contenedor-atraccion-de-talento {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	padding: 0;
	margin-bottom: 20px;
	/*border: solid 2px #000;*/
}
.contenedor-bolsa-de-trabajo {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	display: flex;
	padding: 0;
	margin-bottom: 20px;
	/*border: solid 2px #000;*/
}
.cuadro-blanco {
	width: 20%;
	height: 80px;
	background-color: #FFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	/*border: solid 2px #000;*/
}
.cuadro-azul {
	width: 80%;
	height: 80px;
	background-color: #056cf2;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	/*border: solid 2px #000;*/
}
.cuadro-azul h2 {
	font-family: "D-DIN";
	color: #FFF;
	font-size: 25px;
	text-align: left;
	padding: 23px;
	/*border: solid 2px #000;*/
}
.cuadro-azul-padding2 {
	width: 80%;
	height: 80px;
	background-color: #056cf2;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	/*border: solid 2px #000;*/
}
.cuadro-azul-padding2 h2 {
	font-family: "D-DIN";
	color: #FFF;
	font-size: 25px;
	text-align: left;
	padding-top: 10px;
	padding-left: 23px;
	/*border: solid 2px #000;*/
}


.seccion-publica-vacante {
	position: relative;
	width: 100%;
	height: auto;
	background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, #d9d9d9 50%, #d9d9d9 100% );
	padding: 100px;
    /*border: solid 2px #000;*/
}
.contenedor-publica-vacante {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #056cf2;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	/*border: solid 2px #000;*/
}
.contenedor-publica-vacante img {
	width: 20%;
	margin-right: 25px;
}
.contenedor-publica-vacante p {
	font-family: "D-DINExp";
	color: #FFF;	
	font-size: 35px;
}
.contenedor-publica-vacante span {
	font-family: "D-DINExp-Bold";
	color: #FFF;	
}
.boton-publica-vacante {
	width: 30%;
	background-color:#FFF;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#056cf2;
	font-family: "D-DIN";
	font-size:25px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	margin-left: 25px;
}
.boton-publica-vacante:hover {
	background-color:#000;
	color: #FFF;
}


.seccion-reclutamiento-seleccion-personal {
	position: relative;
	width: 100%;
	height: auto;
	background: #FFF;
	padding: 50px;
    /*border: solid 2px #000;*/
}
.titulo-de-seccion-reclutamiento-seleccion-personal h2 {
	font-family: "D-DINExp-Bold";
	color: #056cf2;
	font-size: 45px;
	text-align: center;
	margin-bottom: 150px;
}
.item-reclutamiento-seleccion-personal {
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 0;
	margin-bottom: 50px;
	/*border: solid 2px #000;*/
}
.item-reclutamiento-seleccion-personal img {
	width: 100%;
	border-radius: 50px;
}
.numero-item-reclutamiento-seleccion-personal {
	position: relative;
	width: 27%;
	padding: 0;
	top: 100px;
	/*border: solid 2px #000;*/
}
.numero-item-reclutamiento-seleccion-personal p {
	color:#056cf2;
	font-size: 14vw;
	font-family: "D-DINExp-Bold";
	padding: 0;
}
.texto-item-reclutamiento-seleccion-personal {
	position: relative;
	width: 73%;
	top: 130px;
	/*border: solid 2px #000;*/
}
.texto-item-reclutamiento-seleccion-personal p {
	color:#707070;
	font-size: 26.5px;
	font-family: "D-DINExp-Bold";
	text-align: left;
}


.seccion-bolsa-trabajo {
	position: relative;
	width: 100%;
	height: auto;
	background: linear-gradient(to top, #056cf2 0%, #056cf2 50%, #ffffff 50%, #ffffff 100% );
	padding: 100px;
    /*border: solid 2px #000;*/
}
.contenedor-bolsa-trabajo {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #d9d9d9;
	text-align: center;
	padding: 20px;
	border-radius: 20px;
	/*border: solid 2px #000;*/
}
.contenedor-bolsa-trabajo img {
	width: 20%;
	margin-right: 25px;
}
.contenedor-bolsa-trabajo p {
	font-family: "D-DINExp";
	color: #056cf2;	
	font-size: 35px;
}
.contenedor-bolsa-trabajo span {
	font-family: "D-DINExp-Bold";
	color: #056cf2;	
}
.boton-bolsa-trabajo {
	width: 30%;
	background: transparent;
	border-radius:5px;
	border: solid 2px #056cf2;
	display:inline-block;
	cursor:pointer;
	color:#056cf2;
	font-family: "D-DIN";
	font-size:25px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	margin-left: 25px;
}
.boton-bolsa-trabajo:hover {
	background-color:#000;
	color: #FFF;
}
/*
* ----------------------------------------------------------------------------------------
* FINALIZA INDEX
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* INICIA EMPRESAS
* ----------------------------------------------------------------------------------------
*/
.slide-empresas {
	position: relative;
	width: 100%;
	height: 650px;
    /*border: solid 2px #000;*/
}
.contenedor-texto-slide-empresas {
	position: relative;
	width: 100%;
	height: 400px;
	top: 250px;
	left: 50px;
	text-align: left;
	/*border: solid 2px #000;*/
}
.contenedor-texto-slide-empresas h1 {
	font-family: "D-DINExp-Bold";
	color: #FFF;
	font-size: 50px;
}
.contenedor-texto-slide-empresas h2 {
	font-family: "D-DINExp";
	color: #FFF;
	font-size: 50px;
}
.boton-slide-iniciar-empresas {
	width: 82%;
	background-color:#FFF;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#056cf2;
	font-family: "D-DIN";
	font-size:25px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
}
.boton-slide-iniciar-empresas:hover {
	background-color:#000;
	color: #FFF;
}
.contenedor-texto-slide-img-empresas img {
	position: relative;
	width: 98%;
	top: 50px;
	/*border: solid 2px #000;*/
}
.contenedor-texto-slide-empresas-blanco {
	position: relative;
	width: 100%;
	height: 400px;
	top: 150px;
	left: 50px;
	text-align: left;
	/*border: solid 2px #000;*/
}
.contenedor-texto-slide-empresas-blanco h1 {
	position: relative;
	font-family: "D-DINExp-Bold";
	color: #056cf2;
	font-size: 60px;
	top: 150px;
}
.contenedor-texto-slide-empresas-blanco h2 {
	position: relative;
	font-family: "D-DINExp";
	color: #056cf2;
	font-size: 60px;
	top: 130px;
}
.boton-slide-iniciar-empresas-blanco {
	position: relative;
	width: 82%;
	background-color:#056cf2;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-family: "D-DIN";
	font-size:25px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	top: 150px;
}
.boton-slide-iniciar-empresas-blanco:hover {
	background-color:#000;
	color: #FFF;
}
.contenedor-texto-slide-img-empresas-blanco img {
	width: 85%;
	/*border: solid 2px #000;*/
}

.como-funciona {
	position: relative;
	width: 100%;
	height: auto;
	background: linear-gradient(to top, #056cf2 0%, #056cf2 20%, #d9d9d9 20%, #d9d9d9 100% );/*background-color: #d9d9d9;*/
	padding: 100px;
    /*border: solid 2px #000;*/
}
.row-como-funciona {
	background:#FFF;
	border-radius: 10px;
	padding: 50px;
	text-align: center;
}
.titulo-de-seccion-como-funciona h2 {
	font-family: "D-DINExp-Bold";
	color: #056cf2;
	font-size: 45px;
	text-align: center;
	margin-bottom: 150px;
}
.item-como-funciona {
	width: 31%;
	padding: 20px;
	border-radius: 10px;
	border: solid 3px #056cf2;
	text-align: center;
	margin: 0 auto;
}
.item-como-funciona img {
	width: 50%;
}

.item-como-funciona h2 {
	font-family: "D-DINExp-Bold";
	color: #056cf2;
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.item-como-funciona p {
	font-family: "D-DINExp";
	color: #056cf2;
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
}
.boton-como-funciona-iniciar {
	width: 30%;
	background-color:#056cf2;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-family: "D-DIN";
	font-size:25px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	margin-top: 60px;
}
.boton-como-funciona-iniciar:hover {
	background-color:#000;
	color: #FFF;
}


.tienes-dudas {
	position: relative;
	width: 100%;
	height: auto;
	background: #056cf2;
	padding: 50px;
    /*border: solid 2px #000;*/
}
.tienes-dudas h2 {
	font-family: "D-DINExp";
	color: #FFF;
	font-size: 30px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.tienes-dudas input {
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #FFF;
	font-family: "D-DINExp";
	font-size: 24px;
	padding: 25px;
	border-radius: 10px;
	border: none;
	margin-bottom: 15px;
	/*border: solid 2px #000;*/
}
.tienes-dudas input::placeholder {
	color: #FFF;
	font-family: "D-DINExp";
	font-size: 24px;
	padding: 25px;
	/*border: solid 2px #000;*/
}
.boton-tienes-dudas-iniciar {
	width: 48%;
	background-color:#FFF;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#056cf2;
	font-family: "D-DIN";
	font-size:24px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	margin-right: 15px;
}
.boton-como-funciona-iniciar:hover {
	background-color:#000;
	color: #FFF;
}
.boton-tienes-dudas-whatsapp {
	width: 48%;
	background-color:#707070;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-family: "D-DIN";
	font-size:24px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
}
.boton-como-funciona-whatsapp:hover {
	background-color:#000;
	color: #FFF;
}
/*
* ----------------------------------------------------------------------------------------
* FINALIZA EMPRESAS
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* INICIA BOLSA DE TRABAJO
* ----------------------------------------------------------------------------------------
*/
.bolsa-de-trabajo {
	position: relative;
	width: 100%;
	height: 350px;
	background-color: #056cf2;
    /*border: solid 2px #000;*/
}
.row-bolsa-de-trabajo {
	position: relative;
	top: 150px;
    /*border: solid 2px #000;*/
}
.row-bolsa-de-trabajo h2 {
	color: #FFF;
	font-family: "D-DINExp-Bold";
	font-size: 50px;
}
.formulario-busqueda-bolsa-de-trabajo {
	/*border: solid 2px #000;*/
}
.formulario-busqueda-bolsa-de-trabajo input {
	width: 50%;
	background: #EBEBEB;
}
.formulario-busqueda-bolsa-de-trabajo input::placeholder {
	color: #CCC;
	font-family: "D-DIN";
}
.boton-buscar-empleo {
	width: 100%;
	background-color:#E5EC05;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "D-DIN";
	font-size:15px;
	font-weight:bold;
	text-align: center;
	padding: 8px 0px;
	text-decoration:none;
}
.boton-buscar-empleo:hover {
	background-color:#000;
	color: #FFF;
	border: none;
}
.texto-campo-bolsa-de-trabajo p {
	color: #FFF;
	font-family: "D-DIN";
	font-size:13px;
}
.trabajos-que-pueden-interesarte {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #d9d9d9;
	padding: 100px;
    /*border: solid 2px #000;*/
}
.titulo-trabajos-interesarte h2 {
	color: #707070;
	font-family: "D-DINExp-Bold";
	font-size: 35px;
	text-align: center;
	margin-bottom: 40px;
}
.etiquetas-busqueda {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
	/*border: solid 2px #000;*/
}
.boton-etiqueta-busqueda {
	background-color:#FFF;
	border-radius:28px;
	display:inline-block;
	cursor:pointer;
	color:#707070;
	font-family: "D-DINExp-Bold";
	font-size:17px;
	padding:5px 20px;
	text-decoration:none;
	margin-right: 8px;
}
.boton-etiqueta-busqueda:hover {
	background-color:#000;
	color: #FFF;
}
.titulo-empresas h2 {
	width: 90%;
	color: #056cf2;
	font-family: "D-DIN-Bold";
	font-size: 44px;
	text-align: left;
	margin-bottom: 10px;
}
.titulo-empresas p {
	color: #707070;
	font-family: "D-DIN-Bold";
	font-size: 24px;
	text-align: left;
	margin-bottom: 70px;
}
.items-empresas {
	position: relative;
	display: inlie-flex;
	/*border: solid 2px #000;*/
}
.img-logo-empresa {
	width: 20%;
	margin: 0 auto;
	left: 0;
	right: 0;
	margin-bottom: 20px;
	/*border: solid 2px #000;*/
}
.img-logo-empresa img {
	border-radius: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* FINALIZA BOLSA DE TRABAJO
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* INICIA EMPLEOS
* ----------------------------------------------------------------------------------------
*/
.row-empleos {
	margin-bottom: 25px;
}
.item-empleo {
	background-color: #FFF;
	padding: 20px;
	border-radius: 10px;
	border-bottom: solid 15px #E5EC05;

}
.item-empleo h5 {
	color: #707070;
	font-family: "D-DIN";
	font-size:13px;
}
.item-empleo h3 {
	color: #000;
	font-family: "D-DIN-Bold";
	font-size:24px;
}
.item-empleo p {
	color: #707070;
	font-family: "D-DIN";
	font-size:16px;
}
.contenedor-recibir-vacantes {
	background-color: #FFF;
	padding: 10px;
	border-radius: 10px;
	/*border: solid 2px #E5EC05;*/

}
.contenedor-recibir-vacantes h2 {
	color: #000;
	font-family: "D-DIN";
	font-size:16px;
	margin-top: 15px;
}
.contenedor-recibir-vacantes b {
	font-family: "D-DIN-Bold";
}
.contenedor-recibir-vacantes input {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: solid 2px #d9d9d9;
}
.contenedor-recibir-vacantes input::placeholder {
	color: #d9d9d9;
	font-family: "D-DIN";
	font-size:14px;
	padding: 15px;
}
.boton-recibir-vacantes {
	width: 100%;
	background-color:#E5EC05;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family: "D-DINExp-Bold";
	font-size:17px;
	padding:5px 20px;
	text-decoration:none;
	margin-top: 15px;
	margin-bottom: 15px;
	border: none;
}
.boton-recibir-vacantes:hover {
	background-color:#000;
	color: #FFF;
}
.enlace-item-empleo a::hover {
	box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
-webkit-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
-moz-box-shadow: 4px 4px 5px 2px rgba(0,0,0,0.29);
}




.regresar-detalles-empleo {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: #d9d9d9;
    /*border: solid 2px #000;*/
}
.row-regresar-detalles-empleo {
	position: relative;
	top: 130px;
    /*border: solid 2px #000;*/
}
.row-regresar-detalles-empleo h2 {
	color: #000;
	font-family: "D-DINExp-Bold";
	font-size: 25px;
}
.row-regresar-detalles-empleo a {
	color: #000;
	font-family: "D-DINExp-Bold";
	font-size: 25px;
}
.row-regresar-detalles-empleo a:hover {
	color: #056cf2;
}

.detalles-de-empleo {
	position: relative;
	width: 100%;
	height: 250px;
	background-color: #056cf2;
	padding: 50px;
    /*border: solid 2px #000;*/
}

.detalles-empleo-sec1 h2 {
	color: #FFF;
	font-family: "D-DIN-Bold";
	font-size:34px;
}
.detalles-empleo-sec1 p {
	color: #FFF;
	font-family: "D-DIN";
	font-size:16px;
}

.detalles-de-empleo2 {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #d9d9d9;
	padding: 100px;
    /*border: solid 2px #000;*/
}
.detalles-empleo-sec2 h1 {
	color: #000;
	font-family: "D-DIN-Bold";
	font-size:34px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.detalles-empleo-sec2 h2 {
	color: #000;
	font-family: "D-DIN-Bold";
	font-size:34px;
	margin-bottom: 50px;
}
.detalles-empleo-sec2 h3 {
	color: #707070;
	font-family: "D-DIN";
	font-size:22px;
	margin-bottom: 30px;
}
.detalles-empleo-sec2 p {
	color: #707070;
	font-family: "D-DIN";
	font-size:16px;
}
.detalles-empleo-sec3 h1 {
	color: #000;
	font-family: "D-DIN-Bold";
	font-size:34px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.detalles-empleo-sec3 p {
	color: #000;
	font-family: "D-DIN-Bold";
	font-size:20px;
}
.contenedor-datos-empresa {
	position: relative;
	width: 100%;
	top: -250px;
	background-color: #d9d9d9;
	/*padding: 15px;*/
	-webkit-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
	-moz-box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
	box-shadow: 0px 0px 8px 3px rgba(112,112,112,1);
	border-radius: 10px;
	text-align: center;
	/*border: solid 2px #000;*/
}
.contenedor-datos-empresa img {
	border-radius: 50%;
	border: solid 2px #d9d9d9;
	margin-top: 50px;
	margin-bottom: 50px;
}
.contenedor-datos-empresa h2 {
	color: #000;
	font-family: "D-DIN-Bold";
	font-size:34px;
	margin-bottom: 25px;
	/*border: solid 2px #000;*/
}
.boton-postularme {
	width: 100%;
	background-color:#E5EC05;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family: "D-DIN-Bold";
	font-size:22px;
	font-weight:bold;
	text-align: center;
	padding: 8px 0px;
	text-decoration:none;
}
.boton-postularme:hover {
	background-color:#000;
	color: #FFF;
	border: none;
}
/*
* ----------------------------------------------------------------------------------------
* FINALIZA EMPLEOS
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* INICA CONTACTO
* ----------------------------------------------------------------------------------------
*/
.contacto {
	position: relative;
	width: 100%;
	height: 100vh;
	background: linear-gradient(to right, #056cf2 0%, #056cf2 50%, #d9d9d9 50%, #d9d9d9 100% );
    /*border: solid 2px #000;*/
}
.row-contacto {
	position: relative;
	top: 100px;
	/*border: solid 1px #000;*/
}
.contenido-contacto {
	position: relative;
	height: 475px;
	top: 30px;
	/*border: solid 1px #000;*/
}
.contenido-contacto h2 {
	width: 60%;
	color: #FFF;
	font-family: "D-DIN";
	font-size:34px;
	margin-top: 25px;
	margin-bottom: 25px;
	/*border: solid 2px #000;*/
}
.contenido-contacto input {
	width: 80%;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #FFF;
	font-family: "D-DINExp";
	font-size: 24px;
	padding: 25px;
	border-radius: 5px;
	border: none;
	margin-bottom: 15px;
	/*border: solid 2px #000;*/
}
.contenido-contacto input::placeholder {
	color: #FFF;
	font-family: "D-DINExp";
	font-size: 24px;
	padding: 25px;
	/*border: solid 2px #000;*/
}
.boton-contacto-iniciar {
	width: 46%;
	background-color:#FFF;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#056cf2;
	font-family: "D-DIN";
	font-size:18px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	margin-right: 15px;
}
.boton-contacto-iniciar:hover {
	background-color:#000;
	color: #FFF;
}
.boton-contacto-whatsapp {
	width: 30%;
	background-color:#707070;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-family: "D-DIN";
	font-size:18px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
}
.boton-contacto-whatsapp:hover {
	background-color:#000;
	color: #FFF;
}

.contacto-datos {
	position: relative;
	width: 100%;
	height: 700px;
	background: linear-gradient(to top, #FFF 0%, #FFF 30%, #056cf2 30%, #056cf2 100% );
    /*border: solid 2px #000;*/
}
.contacto-datos h2 {
	width: 60%;
	color: #FFF;
	font-family: "D-DINExp";
	font-size:34px;
	top: 80px;
	/*border: solid 2px #000;*/
}
.row-contacto-datos {
	position: relative;
	top: 130px;
	background: #d9d9d9;
	border-radius: 5px;
	padding: 0;
	/*border: solid 1px #000;*/
}
.contenedor-datos-contacto {
	padding: 25px;
	/*border: solid 1px #000;*/
}
.contenedor-datos-contacto img {
	margin-top: 5px;
	margin-bottom: 20px;
}
.contenedor-datos-contacto h3 {
	color:#000;
	font-family: "D-DINExp";
	font-size:34px;
}
.contenedor-datos-contacto p {
	position: relative;
	color:#707070;
	/*border: solid 1px #000;*/
}
.boton-datos-contacto-whatsapp {
	width: 30%;
	background-color:#707070;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-family: "D-DIN";
	font-size:12px;
	text-align: center;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	margin-top: 25px;
}
.boton-datos-contacto-whatsapp:hover {
	background-color:#000;
	color: #FFF;
}
/*
* ----------------------------------------------------------------------------------------
* FINALIZA CONTACTO
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* INICA LOGIN
* ----------------------------------------------------------------------------------------
*/
.login {
	position: relative;
	width: 100%;
	height: 100vh;
	background: linear-gradient(to right, #056cf2 0%, #056cf2 45%, #d9d9d9 45%, #d9d9d9 100% );
    /*border: solid 2px #000;*/
}
.contenido-login {
	position: relative;
	height: 660px;
	/*border: solid 2px #000;*/
}
.contenido-login h2 {
	width: 60%;
	color: #FFF;
	font-family: "D-DIN";
	font-size:38px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.logo-img-login {
	width: 30%;
}
.img-login {
	width: 80%;
}
.contenido-login-form-links {
	position: relative;
	top: 20px;
	height: 50px;
	text-align: right;
	font-family: "D-DIN-Bold";
	/*border: solid 2px #000;*/
}
.contenido-login-form-links a {
	margin-left: 25px;
	color: #056cf2;
	font-family: "D-DIN-Bold";
}
.contenido-login-form-links a:hover {
	color: #707070;
}
.contenido-login-form {
	position: relative;
	top: 200px;
	height: 350px;
	/*border: solid 2px #000;*/
}
.contenido-login-form h2 {
	width: 60%;
	color: #056cf2;
	font-family: "D-DIN-Bold";
	font-size:38px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.contenido-login-form label {
	font-family: "D-DINExp";
}
.contenido-login-form input {
	width: 100%;
	height: 50px;
	background-color: transparent;
	color: #FFF;
	font-family: "D-DINExp";
	font-size: 24px;
	padding: 25px;
	border-radius: 5px;
	border: none;
	margin-bottom: 15px;
	border: solid 2px #707070;
}
.boton-iniciar-sesion {
	width: 40%;
	background-color:#E5EC05;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family: "D-DIN";
	font-size:16px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	border: none;
}
.boton-iniciar-sesion:hover {
	background-color:#000;
	color: #FFF;
}
.boton-olvide-contrasena {
	width: 40%;
	background-color: transparent;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#707070;
	font-family: "D-DIN";
	font-size:16px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	border: none;
}
.boton-olvide-contrasena:hover {
	background-color: transparent;
	color: #000;
	border: none;
}
/*
* ----------------------------------------------------------------------------------------
* FINALIZA LOGIN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* INICIA CREAR CUENTA
* ----------------------------------------------------------------------------------------
*/
.crear-cuenta {
	position: relative;
	width: 100%;
	height: 110vh;
	background: #056cf2;
    /*border: solid 2px #000;*/
}
.row-crear-cuenta {
	position: relative;
	top: 150px;
	/*border: solid 2px #000;*/
}
.contenido-crear-cuenta {
	position: relative;
	height: 560px;
	text-align: center;
	/*border: solid 2px #000;*/
}
.contenido-crear-cuenta h2 {
	width: 100%;
	color: #FFF;
	font-family: "D-DIN";
	font-size:38px;
	margin-top: 25px;
}
.contenido-crear-cuenta p {
	width: 100%;
	color: #FFF;
	font-family: "D-DIN";
	font-size:12px;
}
.contenido-crear-cuenta-form {
	height: 530px;
	background-color: #FFF;
	padding: 25px;
	border-radius: 10px;
	border-right: solid 30px #E5EC05;
}
.contenido-crear-cuenta-form h2 {
	width: 100%;
	color: #000;
  	font-family: "D-DIN-Bold";
	font-size:38px;
	text-align: left;
	margin-bottom: 0;
}
.contenido-crear-cuenta-form p {
	width: 100%;
	color: #000;
	font-family: "D-DIN";
	font-size:16px;
}
.row-form-crear-cuenta {
	position: relative;
	top: 20px;
}
.label-crear-cuenta {
	width: 100%;
	color: #000;
	font-family: "D-DIN";
	font-size:16px;
}
.input-crear-cuenta {
	width: 100%;
	height: 40px;
	background-color: #FFF;
	border-radius: 5px;
	margin-bottom: 20px;
	border: solid 1px #707070;
}
.ul-crear-cuenta {
	color: #000;
	font-family: "D-DIN";
	font-size: 12px;
	line-height: 15px;
	padding-left: 15px;
}
.boton-crea-un-cv {
	width: 100%;
	background-color:#E5EC05;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#000;
  	font-family: "D-DIN-Bold";
	font-size:24px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	border: none;
}
.boton-crea-un-cv:hover {
	background-color:#000;
	color: #FFF;
}
.letras-peq-crea-una-cuenta p {
	font-size: 12px;
	padding: 0;
	line-height: 15px;
}



.buscas-trabajo-eres-empresa {
	position: relative;
	width: 100%;
	height: 110vh;
	background: linear-gradient(to right, #056cf2 0%, #056cf2 50%, #FFF 50%, #FFF 100% );
    /*border: solid 2px #000;*/
}
.contenido-buscas-trabajo {
	position: relative;
	height: 580px;
	top: 70px;
	left: -50px;
	text-align: center;
	/*border: solid 2px #000;*/
}
.contenido-buscas-trabajo h2 {
	color: #FFF;
	font-family: "D-DIN-Bold";
	font-size:38px;
	text-align: center;
	margin-bottom: 25px;
}
.contenido-buscas-trabajo img {
	width: 80%;
	/*border: solid 2px #000;*/
}
.boton-buscas-trabajo {
	width: 50%;
	background-color: #FFF;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#056cf2;
	font-family: "D-DIN-Bold";
	font-size:16px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	border: none;
}
.boton-eres-empresa:hover {
	background-color: transparent;
	color: #000;
	border: none;
}

.contenido-eres-empresa {
	position: relative;
	height: 580px;
	top: 70px;
	left: 50px;
	text-align: center;
	/*border: solid 2px #000;*/
}
.contenido-eres-empresa h2 {
	color: #056cf2;
	font-family: "D-DIN-Bold";
	font-size:38px;
	text-align: center;
	margin-bottom: 25px;
}
.contenido-eres-empresa img {
	width: 80%;
	/*border: solid 2px #000;*/
}
.boton-eres-empresa {
	width: 50%;
	background-color: #056cf2;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#FFF;
	font-family: "D-DIN-Bold";
	font-size:16px;
	text-align: center;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	border: none;
}
.boton-eres-empresa:hover {
	bakground-color: transparent;
	color: #000;
	border: none;
}




.crear-cuenta-empresa {
	position: relative;
	width: 100%;
	height: 1450px;
	background: #056cf2;
    /*border: solid 2px #000;*/
}
.row-crear-cuenta-empresa {
	position: relative;
	width: 75%;
	top: 20px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	/*border: solid 2px #000;*/
}
.row-crear-cuenta-empresa img {
	width: 25%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.contenido-crear-cuenta-form-empresas {
	height: 1080px;
	background-color: #FFF;
	padding: 25px;
	text-align: left;
	border-radius: 10px;
	border-top: solid 30px #E5EC05;
}
.contenido-crear-cuenta-form-empresas h2 {
	width: 100%;
	color: #000;
  	font-family: "D-DIN-Bold";
	font-size:38px;
	text-align: left;
	margin-bottom: 0;
}
.contenido-crear-cuenta-form-empresas p {
	width: 100%;
	color: #000;
	font-family: "D-DIN";
	font-size:16px;
}
.row-form-crear-cuenta-empresa {
	position: relative;
	top: 20px;
}

.row-form-crear-cuenta-empresa input {
	width: 100%;
	height: 40px;
	background-color: #FFF;
	border-radius: 5px;
	margin-bottom: 20px;
	border: solid 1px #707070;
}
.row-form-crear-cuenta-empresa input::placeholder {
	color: #707070;
	font-family: "D-DIN";
	padding-left: 10px;
}
.row-hr hr {
	width: 80%;
  	height: 2px;
  	margin: 0 auto;
  	left: 0;
  	right: 0;
  	background-color: #707070;
  	margin-top: 50px;
  	margin-bottom: 50px;
}
.row-hr a {
	color: #056cf2;
}
.row-hr a:hover {
	color: #707070;
}

.personas label {
  position:relative;   
  cursor:pointer;
  width: 24.5%;
  height: 10px;
  display: inline-block;
	color: #000;
  	font-family: "D-DIN-Bold";
  /*border: solid 1px #000; */
}
.personas label [type="radio"] {
    display:none;
}
[type="radio"] + span {
  display:inline-block;
  padding:5px;
  width: 100%;
  text-align: center;
  border: solid 1px #000; 
}
:checked + span {
  background:#056cf2;
  color: #fff;
  display:inline-block;    
}
[type="radio"][disabled] + span {
  background:#000; 
  border: solid 1px #000; 
}

/*
* ----------------------------------------------------------------------------------------
* FINALIZA CREAR CUENTA
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* INICIA FOOTER
* ----------------------------------------------------------------------------------------
*/
.footer_gris {
	background-color: #d9d9d9;
	padding-bottom: 80px;
	padding-top: 80px;
}
.footer_azul {
	background-color: #056cf2;
	padding-bottom: 80px;
	padding-top: 80px;
}
.footer_menu {
	margin-bottom: 20px;
}
.footer_menu ul {
	list-style: none;
	text-align: center;
}
.footer_menu ul li{
	display: inline-block;
	font-family: "D-DINExp";}
.footer_menu ul li a {
	color:#1d1e20;
	font-weight:400;
	padding: 0 10px;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-family: "D-DINExp";
}
.footer_menu ul li a:hover{
	color:#1652f0;
	text-decoration:underline;
}

/*START FOOTER SOCIAL DESIGN*/
.footer_profile{}
.footer_profile ul{
	list-style: outside none none;
	margin: 0;
	padding: 0
}
.footer_profile ul li{
	display: inline-block;
}
@media only screen and (max-width:480px) { 
	.footer_profile ul li{
		margin:2px;
	}
}
.footer_profile ul li a img{
	width:60px;
}

.footer_profile ul li a {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	position: relative;
	margin-right: 5px;
	border-radius: 50%;
	line-height: 40px;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
}
.footer_profile ul li a:hover{}
.f_facebook{
	background:#3B5998;
}
.f_twitter{
	background:#1A90D9;
}
.f_instagram{
	background:#bc2a8d;
}
.f_linkedin{
	background:#0e76a8;
}
/*END FOOTER SOCIAL DESIGN*/
.footer_copyright {
	margin-bottom: 20px;
	text-transform: capitalize;
	position: relative;
	font-weight:400;
	font-size: 16px;
	font-family: "D-DINExp";
}
/*
* ----------------------------------------------------------------------------------------
* FINALIZA FOOTER
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 15.START SECTION TOP DESIGN
* ----------------------------------------------------------------------------------------
*/
.section-top{position:relative;padding:80px 0;}
.section-top:before {
    background:#1652f0;
	opacity:0.7;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.section-top {
    padding-bottom: 100px;
    padding-top: 160px;
	position: relative;
}
.section-top-title h1 {
color: #fff;
font-weight: 600;
}
/*
* ----------------------------------------------------------------------------------------
* 15.END SECTION TOP DESIGN
* ----------------------------------------------------------------------------------------
*/